Hiya all,

I have a quick question about the dbstartup="Filter". I have the following code which takes a parameter which is passed to the page to see the page should start with the filter screen. If the parameter = "srch" then it should show the filter screen otherwise the grid.

The problem I have is that this works fine the first time this page is called but from then on it always defaults to the grid !!! It must be something silly but if anyone has any ideas I would be very appreciative.

the code looks something like this

if Session("option&#34 = "srch" then
MyDb.dbStartUp="Filter"
end if